android.ndk.sharedmem

@file sharedmem.h @brief Shared memory buffers that can be shared across process.

Members

Functions

ASharedMemory_create
int ASharedMemory_create(const(char)* name, size_t size)

Create a shared memory region.

ASharedMemory_getSize
size_t ASharedMemory_getSize(int fd)

Get the size of the shared memory region.

ASharedMemory_setProt
int ASharedMemory_setProt(int fd, int prot)

Restrict access of shared memory region.

Meta